home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 007 / a86v311a.arc / 01INTRO.DOC < prev    next >
Text File  |  1987-09-27  |  15KB  |  320 lines

  1. CHAPTER 1   INTRODUCTION AND LEGAL TERMS                  1-1
  2.  
  3.  
  4. Introduction
  5.  
  6. A86 is the finest assembler available, at any cost under any
  7. terms, for the 86-family of microprocessors (IBM-PC, compatibles,
  8. and not-so-compatibles).  In contrast to software firms who
  9. attempt to restrict the distribution of their products via
  10. protection-schemes, I encourage free distribution, and trust that
  11. those who use my products will pay for them.
  12.  
  13. Please keep in mind the fundamental good spirit of free-
  14. distribution software as you endure the following barrage of
  15. legalities.  Then evaluate the outstanding value that the A86
  16. package offers you.  I assure you that you will not be
  17. disappointed.
  18.  
  19.  
  20. Legal Terms and Conditions
  21.  
  22. This package is provided to you under the following conditions:
  23.  
  24. 1. You may copy this entire package, and give it to anyone who
  25.    accepts these terms.  The copies you distribute must be
  26.    complete and unmodified.  You do not have to be registered to
  27.    distribute this package.
  28.  
  29. 2. You may execute the programs in this package, in order to
  30.    evaluate them.  If you decide that any of this package is of
  31.    use to you, you must become a registered user by sending $50
  32.    US ($52 if you are outside North America) to:
  33.  
  34.       Eric Isaacson
  35.       416 E. University Street
  36.       Bloomington, IN 47401
  37.  
  38.    For your convenience, I now accept Visa and MasterCard, by
  39.    telephone.  My number is (812)339-1811.
  40.  
  41.    For the convenience of users in Great Britain, I have
  42.    authorized the firm Shareware Marketing to collect
  43.    registrations for me.  (But the printed version of the manual 
  44.    is not yet available from them; if you want it, you should 
  45.    order directly from me.)  We'll try to keep the prices about 
  46.    the same whether you register through me or through them; it's 
  47.    your choice.  Their address is 87 High Street, Tonbridge, Kent 
  48.    TN9 1RX; telephone 0732 771344.  They'll send me a list of 
  49.    registered users at the end of every month, and I'll send an 
  50.    acknowledgement to each user when I get the list.  So if you 
  51.    haven't heard from me by the third week of the month following 
  52.    your registration with them, please let me know. 
  53.  
  54.    Your registration includes a single update diskette (5.25 
  55.    inch, double density), that also includes the A86LIB tool 
  56.    available to registered users only.  You may order further 
  57.    updates for $10 US, or $12 US if you are overseas.  Once you 
  58.                                                           1-2
  59.    register for this package, you are registered for all future 
  60.    versions.  As long as I'm in business, you can get the latest 
  61.    version for just the update fee. 
  62.  
  63.    I have a combination offer for the A86 and D86 packages. 
  64.    Instead of $50 + $50 = $100, I charge $80 ($82 overseas) for 
  65.    both. 
  66.  
  67.    I also offer a printed version of this manual, covering both 
  68.    A86 and D86.  The manual is printed on sheets 8.5 inches high 
  69.    and 7 inches wide, with a plastic ring-style binding so the 
  70.    book can lay flat.  If you order with your registration the 
  71.    manual is an extra $10 to the U.S., $18 to England and Europe, 
  72.    $22 to further points.  If you've already registered and now 
  73.    want the manual, add $10 for the update disk that the manual 
  74.    is bundled with.  There is a limit of one manual per computer 
  75.    registered (except you may reorder when there is a substantial 
  76.    revision to the manual).
  77.  
  78.    Indiana residents need to add sales tax.  At the current rate
  79.    of 5%, the prices for Indiana residents are $52.50 for one 
  80.    product, $63 one product with manual, $84 both products, 
  81.    $94.50 both products with manual, $21 manual if already 
  82.    registered. 
  83.  
  84.    Educational institutions and training facilities MUST be
  85.    registered in order to use A86 in courses.  Contact me for
  86.    special terms.
  87.  
  88.    Companies and government agencies MUST be registered in order
  89.    to use A86 for their work.  Again, contact me for special
  90.    terms.
  91.  
  92. 3. You may not sell this package to anyone.  If you distribute
  93.    this package on a diskette, any fees you collect must be
  94.    specified as materials/handling, and may not exceed $10 for
  95.    the diskette.
  96.  
  97. 4. You are completely responsible for determining the fitness or
  98.    usability of this package.  I will not be liable for any
  99.    damages, of any kind, arising from any failure of any programs
  100.    in this package to perform as expected.
  101.  
  102. 5. You must be a registered user to sell or distribute any
  103.    programs that you have written or modified using this
  104.    assembler.  If you do sell or distribute such programs, you
  105.    must insure that your registered name (company or individual)
  106.    will always be distributed with the program, so that I can
  107.    verify your registration.  Any individual or company found to
  108.    be violating these terms will be liable for triple
  109.    registration fees for every machine they own capable of
  110.    running my assembler (plus any legal and court costs).
  111.                                                           1-3
  112. 6. A86 takes advantage of situations in which more than one set
  113.    of opcodes can be generated for the same instruction.  (For
  114.    example, MOV AX,BX can be generated using either an 89 or 8B
  115.    opcode, by reversing fields in the following ModRM byte.  Both
  116.    forms are absolutely identical in functionality.)  A86 adopts
  117.    an unusual mix of choices in such situations.  This creates a
  118.    code-generation "footprint" that occupies no space in your
  119.    program file, but will enable me to tell, and to demonstrate
  120.    in a court of law, if a non-trivial object file has been
  121.    produced by A86.  The specification for this "footprint" is
  122.    sufficiently obscure and complicated that it would be
  123.    impossible to duplicate by accident.  I claim exclusive rights
  124.    to the particular "footprint" I have chosen, and prohibit
  125.    anyone from duplicating it.  This has at least two specific
  126.    implications:
  127.  
  128.    a. Any assembler that duplicates the "footprint" is mine.  If
  129.       it is not identified as mine and issued under these terms,
  130.       then those who sell or distribute the assembler will be
  131.       subject to prosecution.
  132.  
  133.    b. Any program marked with the "footprint" has been produced
  134.       by my assembler.  It is subject to condition 5 above.
  135.  
  136.  
  137. Overview of A86
  138.  
  139. A86 accepts assembly-language source files, and transforms them
  140. directly into either: (1) .COM files executable under MS-DOS,
  141. starting at offset 0100 within a code segment; (2) .OBJ files
  142. suitable for feeding to a linker; or (3) object files starting at
  143. offset 0, suitable for copying to ROMs.  A86 is a full-featured,
  144. professional-quality program. I designed A86 to be as closely
  145. compatible to the standard Intel/IBM assembly language as
  146. possible, given that I insisted upon making design and language
  147. enhancements necessary to make A86 the world's finest assembler.
  148. Some of A86's most notable features are:
  149.  
  150. * A86 is blazingly fast.  Don't believe the advertisements of
  151.   that other, big company.  THIS is the fastest MSDOS macro
  152.   assembler, bar none.  In the best conditions (large program,
  153.   8MHz AT,  RAM drive) A86 assembles at a rate of over a thousand
  154.   lines per second.  That's per second.  NOT per minute, per
  155.   second.
  156.  
  157. * A86 is simple to use.  You can feed it a program containing
  158.   just machine instructions, without the red-tape (NAME, ASSUME,
  159.   SEGMENT PARA PUBLIC, PROC, ENDP, END, PUBLIC, EXTRN, etc. etc.)
  160.   necessary with other assemblers.  The output of A86 can be a
  161.   .COM file, ready to execute immediately.  You don't have to go
  162.   through a linker.  Or, if you want to go through a linker, A86
  163.   will produce a correct .OBJ file even if no red-tape directives
  164.   are given-- the default settings are compatible with most high-
  165.   level languages.  (If you have programs written for that other
  166.   assembler containing the red-tape directives, you may leave
  167.                                                           1-4
  168.   them in: A86 knows about them, and is programmed to act upon
  169.   them when assembling .OBJ files, and ignore them if assembling
  170.   .COM files.)
  171.  
  172. * In spite of its simplicity, A86 encourages modular programming,
  173.   even in its .COM mode, with separately-developed source files.
  174.   This is because A86 assembles multiple source files in its
  175.   invocation line; and because A86 assembles source files faster
  176.   than other people's linkers can link their object files.  You
  177.   get all the advantages of relocation/linkage systems (building
  178.   up libraries of reliable program modules that you can piece
  179.   together), without the disadvantages (excessive, time-and-
  180.   source-code-wasting, confusing red tape).
  181.  
  182. * A86 has ample capacity for really large programming projects.
  183.   Its symbol-table capacity is approximately 1500 10-letter
  184.   symbols, plus room for 8K-bytes of compressed macro-definition
  185.   text.  (10 letters is an average symbol length; A86 recognizes
  186.   up to 127 letters in a symbol.) Plus, A86's generic local-label
  187.   facility effectively doubles your symbol table capacity.
  188.  
  189. * A86 has language extension features that, once you start using,
  190.   you'll never want to do without.  These include multiple
  191.   operands to PUSH and POP; conditional returns; MOV from one
  192.   segment register to another; assembly-time assertion checking;
  193.   based structures; and IF (flag) (statement).
  194.  
  195. * A86's macro-processor is the best, achieving an optimal balance
  196.   between ease of use and raw power.  Its looping and text
  197.   concatenation abilities let you define sophisticated macros,
  198.   whose calls look just like the machine instructions that
  199.   surround them; without the clumsy invocation-syntax required by
  200.   other macro-processors of A86's power.
  201.  
  202. * A86 provides clear, English error messages, given right at the
  203.   point in the source code where A86 detected the error.  The
  204.   messages are actually inserted into your source file, where you
  205.   can read them and correct your code at the same time.  You can
  206.   remove the messages yourself, or A86 will remove them for you
  207.   when it reassembles the file.  (Fear not: your original source
  208.   is preserved in x.OLD if you want it.  Or you can disable this
  209.   feature and send error messages to a .ERR file.)
  210.  
  211. * A86 provides a full complement of assembly-time expression
  212.   arithmetic operators, compatible with Intel/IBM assemblers.
  213.   A86 also provides 4-function floating-point arithmetic in
  214.   assembly-time expressions used for floating-point
  215.   initializations (an A86-exclusive feature).
  216.  
  217. * A86 assembles the floating-point instruction set of the
  218.   8087/287, and the extended instruction set of the 186/286/NEC
  219.   series.  This now includes the NEC-unique instructions, which I
  220.   had been unaware of until somebody pointed them out to me.
  221.                                                           1-5
  222. * A86 has a built-in source-file library feature.  Any undefined
  223.   symbols in your program are automatically searched for in a
  224.   special library file A86.LIB, and the associated source files
  225.   are automatically assembled.  This makes access to library
  226.   routines as effortless as it is in the "C" programming
  227.   language.  A sample A86.LIB file is included in this package
  228.   for your evaluation, but you'll have to register to obtain the
  229.   tool A86LIB, with which you can create your own library files.
  230.  
  231. * A86 works with an associated symbolic debugger, D86, to make
  232.   the finest development environment available for the PC.  See
  233.   the D86 package, available now, for the details of its
  234.   wonderful features.
  235.  
  236.  
  237. Who IS That Guy?
  238.  
  239. For those of you who wish to know what credentials I have for
  240. producing programs that meet the above claims, let me tell you
  241. who I am.  I am an independent software consultant.  I have
  242. worked with Intel microprocessors since the early days of the
  243. 8080.  As an employee of Intel, I was a part of the two-man team 
  244. that implemented the first ASM86 assembler.  I am one of the 
  245. world's leading authorities on the entire 86-family of 
  246. microcomputers, having completed numerous major projects 
  247. involving the 8086, and 80186, and the 80286.  I just completed a 
  248. book "The 80386/387 Architecture", by Morse, Isaacson, and 
  249. Albert, published by Wiley and Sons.  Look for it in your 
  250. bookstore. 
  251.  
  252. A86 and D86 themselves are mature, solid programs.  They have
  253. been in existence for over 3 years, running first under my own, 
  254. proprietary operating system; then later under the Xenix 
  255. operating system on Altos computers, used by myself and my 
  256. clients. 
  257.  
  258. Although I have been unknown to the world of the IBM-PC until
  259. A86, I intend to change all that in the next couple of years.
  260. Peter Norton, watch out.
  261.  
  262.  
  263. Support Your Local Bulletin Board
  264.  
  265. Bob Breedlove, a BBS Sysop in California, sent me a suggestion
  266. with his registration: that I do something to support Sysops,
  267. since they are distributing my software for me.  Good point, Bob.
  268. Let me try this experiment (but I reserve the legal right to
  269. cancel this offer at any time, without notice): if anybody who
  270. registers wishes to support the BBS from which they obtained my
  271. program, they should tell me the name and phone number of the BBS
  272. when they register.  They should also leave a message to the
  273. Sysop that they have done so, so the Sysop can contact me with
  274. his/her address.  If I receive 5 registrations naming a
  275. particular BBS, I'll award a free registration to the Sysop-- the
  276. Sysop can designate who the registration is for; or (if the Sysop
  277.                                                           1-6
  278. has already paid for a registration) he/she can elect to receive
  279. a cash refund.  For each subsequent 5 registrations, I'll send
  280. the Sysop a cash rebate equal to one half the registration fee.
  281. Sorry, no bonuses for less than 5 registrations; I don't want to
  282. be swamped with paperwork.
  283.  
  284.  
  285. How to Get in Touch With Me
  286.  
  287. For earlier versions of A86, I didn't give out my telephone
  288. number, because I was afraid that all my time would be chewed
  289. up giving telephone support.  But then I attended a convention of 
  290. shareware programmers, in which the Big Boys (Wallace, Button, 
  291. Magee, etc.) unanimously agreed that a product needs telephone 
  292. support to be successful.  So I'll field questions from 
  293. REGISTERED users (and you can register on the spot, with a credit 
  294. card).  And, of course, I'll take bug reports from anybody.
  295.  
  296. So now your choices for contacting me are:
  297.  
  298. 1. Phone me by voice at (812)339-1811.  Have your credit card
  299.   ready if you haven't registered yet.  If you get an answering
  300.   machine, give your card number, expiration date, name as it
  301.   appears on the card, address, city, state, zip, phone number
  302.   with area code, which product or products your are registering
  303.   for, and the amount.
  304.  
  305. 2. Write to me.
  306.  
  307. 3. Leave me bulletin-board mail, on the Bloomington PC-Link
  308.   Central bulletin board, at (812)335-7252; or Indiana On-Line,
  309.   at (812)332-7227.  I'll reply on the same board.
  310.  
  311. PLEASE contact me if you find bugs in my programs; I'll fix them!
  312. It's very frustrating to hear about people telling each other
  313. about bugs, and not telling me.  I still await your bug list,
  314. Greg Wettstein.
  315.  
  316.  
  317.  
  318.  
  319.  
  320.